-
Notifications
You must be signed in to change notification settings - Fork 99
Generation of copyright files #709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Generation of copyright files #709
Conversation
Signed-off-by: Christian Henkel <[email protected]>
Signed-off-by: Christian Henkel <[email protected]>
Signed-off-by: Christian Henkel <[email protected]>
Signed-off-by: Christian Henkel <[email protected]>
Signed-off-by: Christian Henkel <[email protected]>
|
At ROSCon I talked to @nuclearsandwich and @clalancette. This is my summary what we agreed to do: |
Signed-off-by: Christian Henkel <[email protected]>
|
As an update: We think, we can get rid of the dependency on spdx-tools (https://github.com/boschresearch/ros_license_toolkit/blob/63c7406866a5f81eee1457922a6b17fb6b0fd2df/pyproject.toml#L31) but we will probably have to keep the dependency on scancode-toolkit. What are the next steps, then? |
Implementation of #697.
Generates copyright file complying with https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
It uses https://github.com/boschresearch/ros_license_toolkit as a dependency. I would be happy to move that to this org, too.